Category: Geeks r Us
So I decided to get a jump start on my batch programming. I found a huge, and I do mean huge, list of batch programming resources at
http://www.chebucto.ns.ca/~ak621/DOS/Websites.html#Batch
Anyway, I settled on this one for now.
-Batch File Programming Handbook & Tutorial
http://users.telenor.dk/~dsl645578/batfiles.htm
It's designed with a newby in mind, so walks you through everything. I'm really excited to discover what things I can create and how I can optimise and customise my computer and learn programming in the process. One of my immediate fears was put to rest today too. Should I screw up my autoexec.bat file in any way, I can simply hit f5 and the machine will skip that file in the boot process. I don't know about the equivalent in Enhanced DR-DOS, but I'm sure there's one. I've also seen, on the first page, several utilities that I don't understand yet. But it looks like there's alot of toys for me to play with once I know what I'm doing. Now it's off to cleaning. I'll get back to this treasure in a bit. I'll keep you guys updated on any major accomplishments that I make over the next few days.
What is this program for? I'm interested in this type of stuff and would like to learn how to create links for people to just click on. Also, learn how to clean viruses and such things of that nature. If I could teach myself this that'll be great! If this isn't that type of program, then oh well.
I wrote a response this morning, but The Zone went down as I was about to post. Anyway, batch files aren't for creating links and are not usually for the internet, though I suppose something could be created for that as far as starting certain programs such as NetTamer etc. I'm not sure if one could be made that would automatically take you to your favourite website but it might be possible. You probably should learn html in order to create links. In any case, batch files make it easier to type commands. For example, instead of typing "edit c:autoexec.bat" you could make a batch file so that you only had to type one or three keys to load the editor and the file. I have one already set up, that came with the machine, for getting to Wordperfect. I just type "wp" from anywhere within DOS and it loads the program automatically. There's also a way to make certain programs, such as screen readers, start when the computer boots and there's a way to create a .bat file to remap keys, but I don't know how this is done yet. This is all new to me and very exciting, but I doubt it would interest you, unless there's a Windows equivalent.
Aw, I see. Is there any program or anything to show me how to do it from home? html that is...
I think the blind programmer's site has something but I've never looked. Perhaps, you should start a thread for it. I'm sure someone more knowledgeable than I could help you. Someone recommended a book for me to learn html once but I forget it at the moment.
Alright, I'll do that.
Ah I remember the days of autoixec.bat! Back in the "early days" of windows. Good luck with the batch scripting.
Thanks. I think I'll save that tutorial to disk so that I can open it with Wordperfect Editor and then open the autoexec.bat file as my second document there so that I don't have to keep switching from the Windows to the DOS machine.
Makes sense
If you want a good tutorial for HTML, go to W3c. Search w3c html tutorial on google.
yup, w3schools is good.
I couldn't find anything there of interest for me. But maybe, I missed something.
W3C is the Web consortium, and dos and batch programming has nothing to do with web pages .. but if you want to develop web pages they have tutorials on html javascript, xhtml, setting up a web site basics and other stuff that one needs to write and run a web site also lots of info on WCAG and accessibility standardization.
Ah, I see. It's been a long time since I've been there. *smile* I thought it was a programming site in general and didn't realise that it was only for the web. That said, you can certainly write html pages with DOS, so I might check it out some time.